home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts: Pro Software Skills - Photoshop / Computer Arts Pro Software Skills Photoshop.iso / pc / styles.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-01-18  |  312 b   |  22 lines

  1.  
  2.  
  3. .headline {
  4.     font-family: Arial,Helvetica,sans-serif;
  5.     font-size: 10px;
  6.     color: #DBDA41;
  7. }
  8.  
  9. p {
  10.     color: #FFFFFF;
  11.     font-family: Arial,Helvetica,sans-serif;
  12.     font-size: 10px;
  13.     display: inline;
  14. }
  15.  
  16. a:link {
  17.     color: #DBDA41;
  18. }
  19.  
  20. a:hover{
  21.     text-decoration: underline;
  22. }